func crypto/elliptic/internal/fiat.p384Mul

2 uses

	crypto/elliptic/internal/fiat (current package)
		p384.go#L114: 	p384Mul(&e.x, &t1.x, &t2.x)
		p384_fiat64.go#L82: func p384Mul(out1 *p384MontgomeryDomainFieldElement, arg1 *p384MontgomeryDomainFieldElement, arg2 *p384MontgomeryDomainFieldElement) {